home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global screenObj, saveObj, skObj, GHarddiskpath
- puppetSound(0)
- if objectp(saveObj) then
- saveObj(mdispose)
- end if
- if objectp(screenObj) then
- screenObj(mdispose)
- end if
- if objectp(skObj) then
- skObj(mdispose)
- end if
- if the machineType = 256 then
- closeXLib("@::scikids.dll")
- closeXLib("@::fileio.dll")
- else
- closeXLib("StageToPICT.XObj")
- closeXLib("StageToCast.XObj")
- end if
- go(1, GHarddiskpath & "OsloMain")
- end
-